home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / online / _scholar.bat < prev    next >
DOS Batch File  |  1994-09-13  |  566b  |  16 lines

  1. @echo off
  2. echo off
  3. cls
  4. rem
  5. rem     $ 1 - Hot Key Number - Delay Value
  6. rem
  7. rem     Specify a delay value only if your Word Processor
  8. rem        needs it e.g. Q&A, Professional Write
  9. rem
  10. rem     example _SCHOLAR 2092-5
  11. rem        Hot Key = 2092   (ALT-Z on my keyboard)
  12. rem        Delay   = 5      (5 delay times seems to work well)
  13. rem
  14. if     %1x == x %cd%\ONLINE\_BIBLE %cd%\ONLINE\SCHOLAR "Enter Hotkey:" "Enter Passage:" %cd%\ONLINE\SCHOLAR
  15. if not %1x == x %cd%\ONLINE\_BIBLE %cd%\ONLINE\SCHOLAR %1              "Enter Passage:" %cd%\ONLINE\SCHOLAR
  16.